STUNS v0.5
(c) CTPAX-X Team 2013-2016
http://www.CTPAX-X.org/

v0.5 [2016.08.17]
o minilzo: updated from v1.08 (2002) to v2.09 (2015) (fixes rare crash)
o UCL: just in case updated too from v0.92 (2000) to v1.02 (2003)
  (new variants of compression formats like NRV2E and NRV2E-99 not included)

v0.4 [2016.06.26]
o Allow to set the scanning start offset for the input file (in hex)
o Allow to stop after a certain number of unpacked files has been reached
o Now if one or more compression algorithms are specified without the "-"
  at the end, they will be the only ones used for unpacking

v0.3 [2014.03.31]
o PKWare: fixed a crash in output buffer overrun
o Deflate and PKWare: flag exhausted output buffer as normally unpacked (see the next note),
  other libraries already work this way
o Output buffer won't be saved to disk if it reaches the end of an output memory block,
  because this usually indicates an invalid input stream, so now instead of saving data
  you'll get a warning message like this one:
  > PKWare: Failed! Output buffer 256 Mb exhausted at: 0 (0x0)
  if you still want to save these files, try to increase the memory block size
  or you can disable mentioned compression library (if you don't need it)
  to speed up the unpacking process
o Fixed typo in the usage text ("addind" -> "adding")

v0.2 [2013.06.01]
o Updated zlib modules:
- puff (Deflate) updated to v2.3
- blast (PKWare) replace "blast.c" with original
o Temporary file "$$$tmp$$$.$$$" replaced with output memory block
o Allow to change output memory block size from command line
o Allow to skip creation for files less than specified size from command line
o Change output file names from "%04x" to "%08X"
o Some tweaks to reduce final executable size
